home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / P_Bro.DIR / 00053.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  161 b   |  8 lines

  1. on mouseDown
  2.   global slidewait_g
  3.   set the visible of sprite (the clickOn + 6) to 1
  4.   updateStage()
  5.   set slidewait_g to the ticks + (2 * 60)
  6.   go("Slide")
  7. end
  8.